home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / show / PPCjpeg.readme < prev    next >
Text File  |  1999-03-02  |  5KB  |  131 lines

  1. Short:    Very fast PowerPC (WarpOS) JPEG-Viewer
  2. Author:   stefan.robl@tirnet.de (Stefan Robl)
  3. Uploader: stefan.robl@tirnet.de (Stefan Robl)
  4. Version:  1.2
  5. Type:     gfx/show
  6.  
  7.  
  8. Description
  9. -----------
  10.   This program is a simple but very fast jpeg viewer for Amigas having
  11.   a PPC inside and WarpOS running.
  12.   The viewer supports as far as I know all image types of JPEG and opens
  13.   a window on a public screen (default: default public screen).
  14.   The public screen must be running under CyberGraphX or Picasso96 in
  15.   Hi/True-Color (>=15 Bit).
  16.   PPCjpeg is also able to display images which are bigger than your
  17.   Workbench screen, you can scroll around in the image (using scroll-bars
  18.   and/or the cursor keys).
  19.  
  20.   The cursor key-scrolling supports the following types:
  21.   - 20-pixel scrolling (just press the cursor keys)
  22.   - 200-pixel scrolling (press SHIFT together with the cursor keys)
  23.   - single pixel scrolling (ALT and the cursor keys)
  24.   - "border jumping" (ALT, SHIFT and the cursor keys together)
  25.  
  26.   The program also displays the file name, size (pixels), raw-size (kb/MB)
  27.   and the type (COLOR, GRAYSCALE) of the loaded JPEG image.
  28.  
  29.   PPCjpeg also supports to save the decoded image as PPM-file (just use
  30.   the menu entry "Save as PPM...").
  31.  
  32. Usage
  33. -----
  34.   PPCjpeg File/M,Left/N,Top/N,Width/N,Height/N,Center/S,AbortLeft/S,PubScreen/K
  35.  
  36.   File         : filename of an JPEG-image or nothing -> FileRequester
  37.   Left, Top    : left/top-Edge of the window (optional)
  38.   Width, Height: max. width/height of the window (optional)
  39.   Center       : centers the window on the screen (optional)
  40.   AbortLeft    : close the window with a simple left mousebutton click
  41.   PubScreen    : name of a Hi/TrueColor-Public Screen to open the window on (optional)
  42.  
  43.   Example: PPCjpeg dh4:image4.jpg Center
  44.            (opens the picture "dh4:image4.jpg" centered on the workbench)
  45.  
  46. Requirements
  47. ------------
  48.   o AmigaOS 3.x+ (successfully tested with OS 3.1 and 3.0)
  49.   o CyberGraphX or Picasso96 with a Workbench running in HiColor (>=15 Bit)
  50.   o enough RAM to hold the complete image data (>=32MB recommended!)
  51.   o PowerPC-Board
  52.   o WarpOS, successfully tested with WarpUP Release 3, but works also under V7
  53.     (Thanks to Robert Nilsson for reporting this to me!)
  54.     WarpOS is available at www.haage-partner.com under the PPC download area.
  55.  
  56.  
  57. Distribution
  58. ------------
  59.   PPCjpeg is FREEWARE. I would be happy to get an eMail if you like/use
  60.   it or if you have any questions about this program.
  61.  
  62.   This JPEG viewer is based on the sources of the Independent JPEG Group (V6b).
  63.  
  64. Future
  65. ------
  66.   - Multible file support for the requester & dos parameters
  67.   - Additional fileformats
  68.   - New GUI
  69.   - Zooming
  70.   - Rotation
  71.   - and all of your ideas... ;)
  72.  
  73. History
  74. -------
  75.   V1.0:  (30.12.98)
  76.          ** first public release **
  77.  
  78.   V1.1:  (02.01.99)
  79.          - Added an ASL-Requester if no filename is specified
  80.            Thanks to Lars Broweleit for this suggestion!
  81.          - Added PublicScreen-support (keyword "PubScreen")
  82.            Thanks again, Lars!
  83.          - Removed the superbitmap-stuff and replaced it by own scrolling
  84.            routines (-> much faster). This should save also a little
  85.            bit memory...
  86.          - Added <Esc> button event to close the window by keyboard
  87.            Thanks to Audun E. for this suggestion!
  88.          - Added full keyboard-support (scrolling with cursors, shift, alt)
  89.          - Added the Keywords "Center", "Left", "Top", "Width", "Height" for
  90.            pre-defined window-positions
  91.          - Improvements of the error abort function
  92.          - Now it's possible to save the decoded image as PPM-file!
  93.   V1.11: (03.01.99)
  94.          - dramatically speedup on window refreshes
  95.   V1.12: (11.01.99)
  96.          - Sven Ottemann told me that there are JPEG-images which cannot
  97.            be shown with PPCjpeg V1.1, these image files have illegal
  98.            headers, I changed a little bit to ignore those headers.
  99.            Many thanks for this info, Sven!
  100.          - Changed the window menu to newlook, forgot to set the flag...
  101.          - Now PPCjpeg only displays the filename without the whole path
  102.            in the window-titlebar
  103.   V1.2:  (15.01.99)
  104.          - Fixed (finally) the bug which prevented PPCjpeg to read all
  105.            jpeg files. The problem was an illegal jpeg format saved
  106.            with "Adobe Photoshop"... I removed this problem by using the
  107.            latest sources of "The Independent JPEG Group" (V6b).
  108.          - Added the tooltype "AbortLeft" which allows to close the window
  109.            with a simple left click on it...
  110.            Thanks to Manfred Ambros for this idea, I like it! :)
  111.          - Added wheelmouse support. This is yet untestet but it should work...
  112.            Thanks to Audun E. for this idea!
  113.  
  114. Author
  115. ------
  116.   Stefan Robl <stefan.robl@tirnet.de>
  117.   Homepage: www.tirnet.de/~srobl
  118.  
  119.  
  120. Have fun!
  121.  
  122.  
  123. ============================= Archive contents =============================
  124.  
  125. Original  Packed Ratio    Date     Time    Name
  126. -------- ------- ----- --------- --------  -------------
  127.   140208   56450 59.7% 15-Jan-99 00:29:50  PPCjpeg
  128.     4872    2162 55.6% 15-Jan-99 00:27:22  PPCjpeg.readme
  129. -------- ------- ----- --------- --------
  130.   145080   58612 59.6% 18-Jan-99 23:15:40   2 files
  131.